home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global The_Path
- set The_Path to EMPTY
- repeat with nn = 1 to count(the searchPath)
- set tempPath to getAt(the searchPath, nn)
- if tempPath contains "snds_" then
- set The_Path to tempPath & "\"
- end if
- end repeat
- if The_Path = EMPTY then
- set The_Path to the pathName
- end if
- end
-